home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvi2xx / README < prev    next >
Text File  |  1994-04-24  |  3KB  |  87 lines

  1. The dvi2xx family consists of the following programs:
  2.  
  3.        Dvilj2 converts TeX-output  .dvi  files  into  HP  PCL  (i.e.  HP
  4.        Printer  Control Language) commands suitable for printing on a HP
  5.        LaserJet+, HP LaserJet II and fully compatible printers.
  6.  
  7.        Dvilj2p converts TeX-output .dvi files into HP PCL commands suit-
  8.        able  for  printing  on  a HP LaserJet IIp, HP LaserJet III or HP
  9.        Laserjet 2000 and fully compatible printers. This version uses  a
  10.        newer PCL command set and provides landscape printing.
  11.  
  12.        Dviljp and dvilj are similar to dvilj2p and dvilj2  but they sup-
  13.        port  only 128  character  fonts.  They  may be used for Laserjet
  14.        clones which do not support 256 character fonts.
  15.  
  16.        Dvi3812 converts TeX-output .dvi files into PMP files, the native
  17.        command language of the IBM 3812 page printer.
  18.  
  19. binary versions are available for:
  20.        - aix 3.1 rs6000
  21.        - hpux 7.0 risc
  22.        - msdos
  23.        - os/2
  24.        - ultrix 4.2 risc
  25.        - SunOS 4.1 
  26.  
  27.  
  28.  
  29. =================================================================
  30. Configuration:
  31. -----------------------------------------------------------------
  32. Compilation of the program:
  33.     under Unix: Makefile
  34.     in MS-DOS: cut out relevant part of dvi2xx.make 
  35.         under VMS: see README.vms
  36.  
  37.     config.h
  38.         most important:
  39.         FONTAREA:
  40.             fontpath leading to font directories; can be
  41.             overuled at runtiime by setting the
  42.             environment variable TEXPXL or the command
  43.             line option -a
  44.             default: "/usr/local/lib/tex/pk300"
  45.             (VMS default: "tex$pkdir:")
  46.  
  47.         MAKETEXPK:
  48.             Name of the program which is called to generate a pk
  49.             file in a missing magnification
  50.             default: "MakeTeXPK"
  51. -----------------------------------------------------------------
  52. execution under MS-DOS:
  53.     CONFIG.SYS:
  54.         files=20
  55.         buffers=30
  56. -----------------------------------------------------------------
  57. MakeTeXPK:
  58.     DESTDIR: 
  59.         Name of the directory where the neewly generated fonts
  60.         should be placed finally 
  61.         default:  /usr/local/lib/tex/pk/pk300
  62.  
  63.     MF:
  64.         Name of the MetaFont program
  65.         default: cmmf
  66.  
  67.     MFINPUTS:
  68.         search path for metafont input files for MetaFont
  69.         default: `pwd`:/usr/local/lib/mf/inputs
  70.  
  71.     TEMPDIR:
  72.  
  73.         directory for where the MetaFont compilation takes
  74.         place, and where intermediate files are put in, and
  75.         which is removed after the MakeTeXPK run.
  76.         default:  /usr/tmp/mtpk.$$
  77.  
  78.         be sure that you install MakeTeXPK in a way that it is allowed
  79.         to write to DESTDIR.
  80.         
  81. -----------------------------------------------------------------
  82. lj3-filter:
  83.     location of perl (headerline)             /usr/local/bin/perl
  84.     location of the tmp file (variable $tmpfile)
  85.     name of dvi-filter and its options (variable $dvifilter)
  86.  
  87.